2005-06-13 Kjartan Maraas <kmaraas@gnome.org>
* gtk/gtkcalendar.c: (calendar_paint_arrow): Don't
leak the cairo context. Closes bug #307426.
+2005-06-13 Kjartan Maraas <kmaraas@gnome.org>
+
+ * gtk/gtkcalendar.c: (calendar_paint_arrow): Don't
+ leak the cairo context. Closes bug #307426.
+
2005-06-13 Matthias Clasen <mclasen@redhat.com>
Make invisible text work a bit better (#66194, patch by
+2005-06-13 Kjartan Maraas <kmaraas@gnome.org>
+
+ * gtk/gtkcalendar.c: (calendar_paint_arrow): Don't
+ leak the cairo context. Closes bug #307426.
+
2005-06-13 Matthias Clasen <mclasen@redhat.com>
Make invisible text work a bit better (#66194, patch by
+2005-06-13 Kjartan Maraas <kmaraas@gnome.org>
+
+ * gtk/gtkcalendar.c: (calendar_paint_arrow): Don't
+ leak the cairo context. Closes bug #307426.
+
2005-06-13 Matthias Clasen <mclasen@redhat.com>
Make invisible text work a bit better (#66194, patch by
gdk_cairo_set_source_color (cr, &widget->style->bg[state]);
cairo_paint (cr);
+ cairo_destroy (cr);
gdk_drawable_get_size (window, &width, &height);
if (arrow == ARROW_MONTH_LEFT || arrow == ARROW_YEAR_LEFT)